Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 30)
What is the primary purpose of a structure diagram when designing an algorithm?
To visually represent the data flow within the algorithm.
To outline the step-by-step instructions of the algorithm in detail.
To construct the algorithm.
To provide a high-level overview of the algorithm's components and their relationships.
توضيح
Structure diagrams are primarily used to design the structure of an algorithm. They show the modules and their interaction.
